Lines Matching refs:NULL

156 	sizeof(struct rge_softc), rge_match, rge_attach, NULL, rge_activate
160 NULL, "rge", DV_IFNET
215 const char *intrstr = NULL;
227 BUS_SPACE_MAXADDR_32BIT, BUS_SPACE_MAXADDR, NULL, NULL,
228 BUS_SPACE_MAXSIZE_32BIT, BUS_SPACE_UNRESTRICTED, BUS_SPACE_MAXSIZE_32BIT, 0, NULL, NULL,
244 NULL, &sc->rge_bsize, 0)) {
247 &sc->rge_bhandle, NULL, &sc->rge_bsize, 0)) {
249 0, &sc->rge_btag, &sc->rge_bhandle, NULL,
258 if (q == NULL) {
284 if (sc->sc_ih == NULL) {
286 if (intrstr != NULL)
325 &offset, NULL)) {
384 ifmedia_add(&sc->sc_media, IFM_ETHER | IFM_AUTO, 0, NULL);
427 DRIVER_MODULE(rge, pci, rge_pci_driver, rge_devclass, NULL, NULL);
527 struct rge_tx_desc *d = NULL;
652 NULL, RGE_JUMBO_FRAMELEN, &sc->sc_queues->q_rx.rge_rx_ring);
705 if (m == NULL)
956 if (q->q_rx.rge_head != NULL) {
958 q->q_rx.rge_head = q->q_rx.rge_tail = NULL;
963 if (q->q_tx.rge_txq[i].txq_mbuf != NULL) {
967 q->q_tx.rge_txq[i].txq_mbuf = NULL;
973 if (q->q_rx.rge_rxq[i].rxq_mbuf != NULL) {
977 q->q_rx.rge_rxq[i].rxq_mbuf = NULL;
1117 q->q_tx.rge_tx_list, RGE_TX_LIST_SZ, NULL, BUS_DMA_NOWAIT);
1166 q->q_rx.rge_rx_list, RGE_RX_LIST_SZ, NULL, BUS_DMA_NOWAIT);
1205 m = MCLGETL(NULL, M_DONTWAIT, RGE_JUMBO_FRAMELEN);
1206 if (m == NULL)
1271 q->q_rx.rge_head = q->q_rx.rge_tail = NULL;
1299 q->q_tx.rge_txq[i].txq_mbuf = NULL;
1339 rxq->rxq_mbuf = NULL;
1362 if (q->q_rx.rge_head != NULL) {
1364 q->q_rx.rge_head = q->q_rx.rge_tail = NULL;
1371 if (q->q_rx.rge_head != NULL) {
1389 q->q_rx.rge_head = q->q_rx.rge_tail = NULL;
1466 txq->txq_mbuf = NULL;
1577 while (enm != NULL) {
2234 ifmedia_add(&sc->sc_media, IFM_ETHER | IFM_10_T, 0, NULL);
2235 ifmedia_add(&sc->sc_media, IFM_ETHER | IFM_10_T | IFM_FDX, 0, NULL);
2236 ifmedia_add(&sc->sc_media, IFM_ETHER | IFM_100_TX, 0, NULL);
2237 ifmedia_add(&sc->sc_media, IFM_ETHER | IFM_100_TX | IFM_FDX, 0, NULL);
2238 ifmedia_add(&sc->sc_media, IFM_ETHER | IFM_1000_T, 0, NULL);
2239 ifmedia_add(&sc->sc_media, IFM_ETHER | IFM_1000_T | IFM_FDX, 0, NULL);
2240 ifmedia_add(&sc->sc_media, IFM_ETHER | IFM_2500_T, 0, NULL);
2241 ifmedia_add(&sc->sc_media, IFM_ETHER | IFM_2500_T | IFM_FDX, 0, NULL);
2751 if (rge_ks_sc == NULL) {
2786 NULL, BUS_DMA_NOWAIT) != 0) {
2794 if (ks == NULL) {