Searched refs:state_blk (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/ |
H A D | lm_l5sp.c | 107 lm_state_block_t *state_blk, in lm_sc_init_iscsi_state() argument 111 DbgBreakIf(!(pdev && state_blk && iscsi)); in lm_sc_init_iscsi_state() 113 iscsi->hdr.state_blk = state_blk; in lm_sc_init_iscsi_state() 165 iscsi->hdr.state_blk = NULL; in lm_sc_del_iscsi_state() 202 lm_state_block_t *state_blk, in lm_fc_init_fcoe_state() argument 206 DbgBreakIf(!(pdev && state_blk && fcoe)); in lm_fc_init_fcoe_state() 208 fcoe->hdr.state_blk = state_blk; in lm_fc_init_fcoe_state()
|
H A D | lm_l5.c | 2162 fcoe->hdr.state_blk = NULL; in lm_fc_free_con_resc()
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/ |
H A D | lm_l4if.h | 20 lm_state_block_t *state_blk, 25 lm_state_block_t *state_blk, 33 lm_state_block_t *state_blk, 42 lm_state_block_t *state_blk,
|
H A D | lm_l4st.h | 80 struct _lm_state_block_t *state_blk; member 890 lm_state_block_t state_blk; member
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/include/ |
H A D | lm_l5if.h | 156 IN lm_state_block_t *state_blk, 175 lm_state_block_t *state_blk,
|
H A D | lm_l5st.h | 103 lm_state_block_t state_blk; member 275 lm_state_block_t state_blk; member
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/ |
H A D | lm_l4sp.c | 530 d_list_init(&toe_info->state_blk.neigh_list, NULL, NULL, 0); in lm_tcp_init_resc() 531 d_list_init(&toe_info->state_blk.path_list, NULL, NULL, 0); in lm_tcp_init_resc() 532 d_list_init(&toe_info->state_blk.tcp_list, NULL, NULL, 0); in lm_tcp_init_resc() 537 pdev->ofld_info.state_blks[STATE_BLOCK_TOE] = &toe_info->state_blk; in lm_tcp_init_resc() 1322 lm_state_block_t *state_blk, in lm_tcp_init_neigh_state() argument 1329 DbgBreakIf(!(pdev && state_blk && neigh && neigh_const && neigh_cached && neigh_delegated)); in lm_tcp_init_neigh_state() 1331 neigh->hdr.state_blk = state_blk; in lm_tcp_init_neigh_state() 1334 d_list_push_tail(&state_blk->neigh_list, &neigh->hdr.link); in lm_tcp_init_neigh_state() 1356 lm_state_block_t *state_blk, in lm_tcp_init_path_state() argument 1364 … DbgBreakIf(!(pdev && state_blk && path && neigh && path_const && path_cached && path_delegated)); in lm_tcp_init_path_state() [all …]
|
/titanic_41/usr/src/uts/common/io/bnxe/ |
H A D | bnxe_fcoe.c | 275 &pUM->lm_dev.fcoe_info.run_time.state_blk, in BnxeFcoeOffloadConnWqeWork()
|
H A D | bnxe_hw.c | 1141 &pUM->lm_dev.fcoe_info.run_time.state_blk; in BnxeHwStartFCOE()
|