Home
last modified time | relevance | path

Searched refs:b_next (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/i825xx/
H A D82596.c276 struct i596_rbd *b_next; member
477 cmd, cmd->status, cmd->command, cmd->b_next); in i596_display_data()
557 rbd->b_next = WSWAPrbd(virt_to_bus(rbd+1)); in init_rx_bufs()
570 rbd->b_next = WSWAPrbd(virt_to_bus(lp->rbds)); in init_rx_bufs()
578 rfd->b_next = WSWAPrfd(virt_to_bus(rfd+1)); in init_rx_bufs()
588 rfd->b_next = WSWAPrfd(virt_to_bus(lp->rfds)); in init_rx_bufs()
865 lp->scb.rfd = rfd->b_next; in i596_rx()
896 ptr->v_next = ptr->b_next = I596_NULL; in i596_cleanup_cmd()
901 ptr->v_next = ptr->b_next = I596_NULL; in i596_cleanup_cmd()
946 cmd->v_next = cmd->b_next = I596_NULL; in i596_add_cmd()
[all …]
H A Dlib82596.c253 u32 b_next; member
460 SWAP32(cmd->b_next)); in i596_display_data()
470 SWAP32(rfd->b_next), SWAP32(rfd->rbd), in i596_display_data()
480 rbd, SWAP16(rbd->count), SWAP32(rbd->b_next), in i596_display_data()
507 rbd->b_next = SWAP32(virt_to_dma(lp, rbd+1)); in init_rx_bufs()
525 rfd->b_next = SWAP32(virt_to_dma(lp, rfd+1)); in init_rx_bufs()
807 lp->dma->scb.rfd = rfd->b_next; in i596_rx()
849 ptr->b_next = I596_NULL; in i596_cleanup_cmd()
855 ptr->b_next = I596_NULL; in i596_cleanup_cmd()
907 cmd->b_next = I596_NULL; in i596_add_cmd()
[all …]